home *** CD-ROM | disk | FTP | other *** search
/ Nejlepší hry / Nejlepsi hry.iso / hry / frozen bubble / fbinstaller.exe / {app} / Windows Port.txt < prev   
Encoding:
Text File  |  2003-08-30  |  2.4 KB  |  67 lines

  1. Original windows by
  2. Windows port of Frozen Bubble by Amir Szekely
  3. http://sourceforge.net/users/kichik/
  4.  
  5. Improved and modified port created by
  6. Paul Malcher
  7. http://www.r-t-f-m.com
  8.  
  9. As you probably know if you have downloaded this, Frozen Bubble is the most addictive game ever created. Well, I got so addicted that I decided to port it to Windows so I will be able to play it at home too. And now you can too :)
  10.  
  11. Paul's comments:
  12.  
  13. Setup.exe handles everything, just install and enjoy!
  14. See \src for sources
  15.  
  16. Requirements(NEw):
  17. Neither perl or SDL is required. Frozen-Bubble.exe is a compiled standalone binary produced
  18. with the Perl Dev Kit version 5.2, from http://www.activestate.com.
  19.  
  20. Requirements(OLD):
  21. ~~~~~~~~~~~~~
  22.  
  23. *) Perl 5.6
  24. *) SDL_perl
  25.  
  26. END OF PAUL'S COMMENTS.
  27.  
  28. Known limitations:
  29. ~~~~~~~~~~~~~~~~~~
  30.  
  31. *) Full screen doesn't seem to work - DISABLED
  32.  
  33. Change log:
  34. ~~~~~~~~~~~
  35.  
  36. *) March 28th 2003 - Compatibility with SDL_Perl 1.20
  37. *) March 22nd 2003 - Fixed a nasty bug in the editor thanks to David Joham
  38. *) March 18th 2003 - Frozen Bubble 1.0.0
  39. *) December 5th 2002 - Fixed sound distortions thanks to Josh Fuller
  40.  
  41. Porting steps:
  42. ~~~~~~~~~~~~~~
  43.  
  44. 1) Download sources:
  45.   a) Download Frozen Bubble source code
  46.     http://www.frozen-bubble.org/index.php?menu_item=1
  47.   b) Download ActivePerl 5.6
  48.     http://www.activestate.com/Products/Download/Get.plex?id=ActivePerl
  49.   c) Download SDL_Perl for Windows
  50.     http://www.sdlperl.org/index.htpl?id=0&cat=projects
  51.   d) Download SDL source code
  52.     http://www.libsdl.org/download-1.2.php
  53.   e) Download SDL_Mixer source code
  54.      http://www.libsdl.org/projects/SDL_mixer/
  55. 2) Install Perl and SDL_Perl
  56.   a) Install Perl
  57.   b) Install SDL_Perl
  58.   c) Install SDL_Perl Perl's package using PPM
  59.     `ppm install SDL_perl.ppd`
  60. 3) Compile SDL and SDL_Mixer and get .lib files (with whatever compiler you want)
  61. 4) Edit c_stuff\Makefile.PL and remove any trace to sdl-config
  62. 5) Execute Makefile.PL
  63. 6) Edit Makefile_c: change from VC to MinGW and add SDL and SDL_mixer's include dirs to the include path
  64. 7) Make Makefile_c and comment every line that make doesn't like
  65. 8) Use MinGW's dllwrap to create the DLL from fb_c_stuff.o linking to the libs created in step 7
  66.   dllwrap --dllname=fb_c_stuff.dll fb_c_stuff.o --driver-flags -L./ -L<Perl dir>\lib\CORE -lSDL -lSDL_mixer -lperl56 -mdll --def fb_c_stuff.def
  67. 9) Edit frozen-bubble, replace $ENV{HOME} with $FPATH and add a window icon